go/printer.printer.writeString (method)
4 uses
go/printer (current package)
printer.go#L280: func (p *printer) writeString(pos token.Position, s string, isLit bool) {
printer.go#L648: p.writeString(pos, trimRight(text), true)
printer.go#L678: p.writeString(pos, trimRight(line), true)
printer.go#L1028: p.writeString(next, data, isLit)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)